<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  "http://www.w3.org/TR/html4/strict.dtd">
<html lang="pl">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Moja strona WWW</title>
    <style type="text/css">
    p{
      background-image:url(tlo3.png);
      background-attachment:scroll;
      background-repeat:no-repeat;
      border:1px solid black;
    }
    </style>
  </head>
<body>
  <p style="background-position:bottom right">
    Wartością właściwości <br />background-position 
    <br />jest center center.
  </p>
  <p style="background-position:20px 20px">
    Wartością właściwości <br />background-position 
    <br />jest 20px 20px.
  </p>
</body>
</html>